const go/types._InvalidMake

3 uses

	go/types (current package)
		builtins.go#L504: 			check.errorf(arg0, _InvalidMake, "cannot make %s: no core type", arg0)
		builtins.go#L507: 			check.invalidArg(arg0, _InvalidMake, "cannot make %s; type must be slice, map, or channel", arg0)
		errorcodes.go#L827: 	_InvalidMake